1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class FrmDEFFECTIVE_PO_LIST
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmDEFFECTIVE_PO_LIST))
26         Me.Label2 = New System.Windows.Forms.Label
27         Me.Label1 = New System.Windows.Forms.Label
28         Me.PictureBox1 = New System.Windows.Forms.PictureBox
29         Me.dtpurchased = New System.Windows.Forms.DateTimePicker
30         Me.Label3 = New System.Windows.Forms.Label
31         Me.GroupBox1 = New System.Windows.Forms.GroupBox
32         Me.lstpo = New System.Windows.Forms.ListView
33         Me.cmdselect = New System.Windows.Forms.Button
34         Me.cmdcancel = New System.Windows.Forms.Button
35         Me.cmdPending = New System.Windows.Forms.Button
36         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
37         Me.GroupBox1.SuspendLayout()
38         Me.SuspendLayout()
39         
'
40         
'Label2
41         
'
42         Me.Label2.AutoSize = True
43         Me.Label2.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
44         Me.Label2.Location = New System.Drawing.Point(
52, 32)
45         Me.Label2.Name =
"Label2"
46         Me.Label2.Size = New System.Drawing.Size(
204, 13)
47         Me.Label2.TabIndex =
5
48         Me.Label2.Text =
"Purchase products from current suppliers"
49         
'
50         
'Label1
51         
'
52         Me.Label1.AutoSize = True
53         Me.Label1.Font = New System.Drawing.Font(
"Tahoma", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
54         Me.Label1.ForeColor = System.Drawing.SystemColors.Highlight
55         Me.Label1.Location = New System.Drawing.Point(
50, 9)
56         Me.Label1.Name =
"Label1"
57         Me.Label1.Size = New System.Drawing.Size(
216, 23)
58         Me.Label1.TabIndex =
4
59         Me.Label1.Text =
"Purchasing Order List"
60         
'
61         
'PictureBox1
62         
'
63         Me.PictureBox1.Image = CType(resources.GetObject(
"PictureBox1.Image"), System.Drawing.Image)
64         Me.PictureBox1.Location = New System.Drawing.Point(
3, 3)
65         Me.PictureBox1.Name =
"PictureBox1"
66         Me.PictureBox1.Size = New System.Drawing.Size(
49, 42)
67         Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
68         Me.PictureBox1.TabIndex =
3
69         Me.PictureBox1.TabStop = False
70         
'
71         
'dtpurchased
72         
'
73         Me.dtpurchased.CalendarFont = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
74         Me.dtpurchased.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
75         Me.dtpurchased.Location = New System.Drawing.Point(
442, 26)
76         Me.dtpurchased.Name =
"dtpurchased"
77         Me.dtpurchased.Size = New System.Drawing.Size(
199, 21)
78         Me.dtpurchased.TabIndex =
7
79         
'
80         
'Label3
81         
'
82         Me.Label3.AutoSize = True
83         Me.Label3.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
84         Me.Label3.Location = New System.Drawing.Point(
325, 32)
85         Me.Label3.Name =
"Label3"
86         Me.Label3.Size = New System.Drawing.Size(
111, 14)
87         Me.Label3.TabIndex =
6
88         Me.Label3.Text =
"Purchased Date :"
89         
'
90         
'GroupBox1
91         
'
92         Me.GroupBox1.Controls.Add(Me.lstpo)
93         Me.GroupBox1.Location = New System.Drawing.Point(
3, 51)
94         Me.GroupBox1.Name =
"GroupBox1"
95         Me.GroupBox1.Size = New System.Drawing.Size(
660, 332)
96         Me.GroupBox1.TabIndex =
8
97         Me.GroupBox1.TabStop = False
98         
'
99         
'lstpo
100         
'
101         Me.lstpo.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
102         Me.lstpo.FullRowSelect = True
103         Me.lstpo.GridLines = True
104         Me.lstpo.Location = New System.Drawing.Point(
6, 10)
105         Me.lstpo.Name =
"lstpo"
106         Me.lstpo.Size = New System.Drawing.Size(
648, 316)
107         Me.lstpo.TabIndex =
0
108         Me.lstpo.UseCompatibleStateImageBehavior = False
109         Me.lstpo.View = System.Windows.Forms.View.Details
110         
'
111         
'cmdselect
112         
'
113         Me.cmdselect.Location = New System.Drawing.Point(
12, 389)
114         Me.cmdselect.Name =
"cmdselect"
115         Me.cmdselect.Size = New System.Drawing.Size(
75, 25)
116         Me.cmdselect.TabIndex =
9
117         Me.cmdselect.Text =
"&Select"
118         Me.cmdselect.UseVisualStyleBackColor = True
119         
'
120         
'cmdcancel
121         
'
122         Me.cmdcancel.Location = New System.Drawing.Point(
93, 389)
123         Me.cmdcancel.Name =
"cmdcancel"
124         Me.cmdcancel.Size = New System.Drawing.Size(
75, 25)
125         Me.cmdcancel.TabIndex =
10
126         Me.cmdcancel.Text =
"&Cancel"
127         Me.cmdcancel.UseVisualStyleBackColor = True
128         
'
129         
'cmdPending
130         
'
131         Me.cmdPending.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
132         Me.cmdPending.Location = New System.Drawing.Point(
530, 389)
133         Me.cmdPending.Name =
"cmdPending"
134         Me.cmdPending.Size = New System.Drawing.Size(
127, 25)
135         Me.cmdPending.TabIndex =
11
136         Me.cmdPending.Text =
"&Pending Stock List"
137         Me.cmdPending.UseVisualStyleBackColor = True
138         
'
139         
'FrmDEFFECTIVE_PO_LIST
140         
'
141         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
142         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
143         Me.BackColor = System.Drawing.Color.WhiteSmoke
144         Me.ClientSize = New System.Drawing.Size(
665, 421)
145         Me.Controls.Add(Me.cmdPending)
146         Me.Controls.Add(Me.cmdcancel)
147         Me.Controls.Add(Me.cmdselect)
148         Me.Controls.Add(Me.GroupBox1)
149         Me.Controls.Add(Me.dtpurchased)
150         Me.Controls.Add(Me.Label3)
151         Me.Controls.Add(Me.Label2)
152         Me.Controls.Add(Me.Label1)
153         Me.Controls.Add(Me.PictureBox1)
154         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
155         Me.Name =
"FrmDEFFECTIVE_PO_LIST"
156         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
157         Me.Text =
"Purchase List"
158         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
159         Me.GroupBox1.ResumeLayout(False)
160         Me.ResumeLayout(False)
161         Me.PerformLayout()
162
163     End Sub
164     Friend WithEvents Label2 As System.Windows.Forms.Label
165     Friend WithEvents Label1 As System.Windows.Forms.Label
166     Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
167     Friend WithEvents dtpurchased As System.Windows.Forms.DateTimePicker
168     Friend WithEvents Label3 As System.Windows.Forms.Label
169     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
170     Friend WithEvents cmdselect As System.Windows.Forms.Button
171     Friend WithEvents cmdcancel As System.Windows.Forms.Button
172     Friend WithEvents lstpo As System.Windows.Forms.ListView
173     Friend WithEvents cmdPending As System.Windows.Forms.Button
174 End Class


Gõ tìm kiếm nhanh...